home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 November / EnigmA AMIGA RUN 02 (1995)(G.R. Edizioni)(IT)[!][issue 1995-11][Skylink CD].iso / earcd / gfx / fu1_62.lha / fu / Formulas / JILT.Form < prev    next >
Text File  |  1994-08-01  |  196b  |  28 lines

  1. JILT
  2. {
  3.     {
  4.         x1=-2.0
  5.         x2= 2.0
  6.         y1=-1.75
  7.         y2= 1.75
  8.         par1.r=2.0
  9.         par1.i=0.0
  10.         bailout=4.0
  11.     }
  12.     {
  13.         z=pixel
  14.         t=par1
  15.         u=pow(pixel,t)
  16.     }
  17.     {
  18.         z=z*z
  19.         z=z-u
  20.         w=abs(z)
  21.     }
  22.     {
  23.         w>bailout
  24.     }
  25.     {
  26.     }
  27. }
  28.